Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 5,434 for

file viewer

(0.03 sec)
  1. Export Data | Documentation

    How to export data to JSON or XML Files....Viewer Product Solution GroupDocs...export data to JSON or XML files. or classes are used for this...

    docs.groupdocs.com/parser/net/export-data/
  2. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop File format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/Fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop File format) from a JPEG image....Viewer Product Solution GroupDocs...information on the Photoshop file format and metadata blocks that...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Add a Watermark to Converted Document | Documen...

    Learn how to add a watermark to a document after converting it to another format using GroupDocs.Conversion for Python via .NET....Viewer Product Solution GroupDocs...professional-services.docx is the sample file used in this example. Click...

    docs.groupdocs.com/conversion/python-net/develo...
  4. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Viewer Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/net/working-with-bm...
  5. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Viewer Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  6. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Viewer Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...
  7. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....Viewer Product Solution GroupDocs...constituent file of the Outlook Offline Data File (OST) to a different...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  8. How to Convert DOCX to TXT using C#

    In this tutorial, we will provide simple steps to convert DOCX to TXT using C#. Furthermore, we will furnish a code example representing how to export DOCX to TXT in C#....Viewer Product Family GroupDocs.Comparison...you may need to convert a DOCX file into plain text (TXT). This...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Get started | Documentation

    Get started with GroupDocs.Viewer for .NET (C#)...Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for .NET /...

    docs.groupdocs.com/viewer/net/getting-started/
  10. How to Convert DOCX to RTF using C#

    You can find the directions to convert docx to RTF using C# in this topic. Moreover, we will help you to write an application to export docx to RTF using C#....Viewer Product Family GroupDocs.Comparison...DOCX and RTF are both document file formats used to create, store...

    kb.groupdocs.com/conversion/net/how-to-convert-...